Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.social.workspace.event.handlers--event-handlers

This contribution is part of XML component org.nuxeo.ecm.social.workspace.event.handlers inside nuxeo-social-workspace-core-5.8.jar

Extension Point

Extension point event-handlers of component OperationServiceComponent.

Contributed Items

  • <handler chainId="SocialWorkspaceCreatedChain" postCommit="false">
          <event>documentCreated</event>
          <filters>
            <doctype>SocialWorkspace</doctype>
          </filters>
        </handler>

XML Source

<extension point="event-handlers" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
    <handler chainId="SocialWorkspaceCreatedChain" postCommit="false">
      <event>documentCreated</event>
      <filters>
        <doctype>SocialWorkspace</doctype>
      </filters>
    </handler>
  </extension>